VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

Secure File Delete [The Laughing Man

The Laughing Man  (1 Submission)   Files/File Controls/Input/Output   Intermediate   Wed 3rd February 2021

This is a program that will securely erase a file. This program was coded so that it can be copied into a module without needing to make modification. this method of mine works by randomly generating a random character then overwriting every character in the file with it, Then on the next pass over use a new character.
This program will let the user pick how many passes to make on the file as well. The code is commented but please let me know if you have further questions. Also this is my first upload, please let me know what you think and Enjoy!!!

Inputs
the function will require two things 1) the path to the file. 2) the number of times you would like it to be overwritten.

Returns
N/A

Side Effects
If you use this on a file, It will be gone and if recover it will be garbage data, please be careful

Rate Secure File Delete [The Laughing Man (3(3 Vote))

Download Secure File Delete [The Laughing Man

Secure File Delete [The Laughing Man Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters